home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1996
/
MacHack 1996.toast
/
Presentations
/
Presentations ’92
/
PatchWorks Kit
/
<PatchWorks++>
/
LoadExtension.h
< prev
next >
Wrap
Text File
|
1992-05-30
|
485b
|
29 lines
/*
LoadExtension.h
Loads an extension into the system heap.
Part of PatchWorks, the Extension Development Framework.
by Mouse Herrell & Patrick Beard.
Permission is granted to use this source code for any purpose, as long
as the copyright notice is maintained.
© 1992 Berkeley Systems, Inc.
*/
#ifndef _LOAD_EXTENSION_
#define _LOAD_EXTENSION_
#ifdef THINK_C
#if !__option(a4_globals)
#error
#endif
#endif
#include "Extension.h"
#include "ShowIconFamily.h"
#endif